Sergio C
Sergio C
I keep getting the same error after adding Security framework. :§ Cleaned build folder, restarted xcode, restarted podfile etc, It's a new project from scratch. Any ideas?
Ld /Users/Ld /Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator/mqtt.app/mqtt normal x86_64 (in target 'mqtt' from project 'mqtt') cd /Users/sergio/Desktop/mqtt /Users/sergio/Desktop/Xcode\ 11.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios13.1-simulator -isysroot /Users/sergio/Desktop/Xcode\ 11.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -L/Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator -F/Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator -F/Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket -F/Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator/JKVValue -F/Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Products/Debug-iphonesimulator/RMQClient -filelist /Users/sergio/Library/Developer/Xcode/DerivedData/mqtt-ewwvqsvpmtedaqcdgwiqvzetyfts/Build/Intermediates.noindex/mqtt.build/Debug-iphonesimulator/mqtt.build/Objects-normal/x86_64/mqtt.LinkFileList -Xlinker -rpath -Xlinker...
Any updates on this fix?
Hi, It isn't solved because you added null check in some other variable that wasn't null. Null check should be in `selectedCCPCountry` variable. You can then add a default value...
Ok #488 should solve the issue. So probably I'm still getting reports from old versions. I'll keep an eye on that. Just checked crashlytics again and I have another user...
Hi, Check out the pull request #489 to see if we can solve this. Thanks.
is it working?
check my pull request or use this: https://github.com/SerggioC/CountryCodePickerProject
https://github.com/hbb20/CountryCodePickerProject/pull/453
Any updates on this issue?