-
-
Notifications
You must be signed in to change notification settings - Fork 197
iOS cloud build xcode error "ld: symbol(s) not found for architecture armv7" #5141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @Sauvetonbio , |
Thank you for quick updates ! We don't receive this error anymore but unfortunally when I build my project with Facebook Login it stucks at this step ▸ Running script '[CP] Embed Pods Frameworks'. Project is still successfully built without the Facebook iOS SDK included. |
@Sauvetonbio We checked the logs on cloud and it seems that your builds are successful, but we have an issue with builds taking over 15 minutes (as yours) that's going to be fixed today or tomorrow. Meanwhile, when your build hangs, wait a couple of minutes and start a second incremental build. It should succeed. Incremental builds should finish faster and shouldn't hit the 15 minutes limit. |
Hello, yes incremental builds are faster but always cause crash app at launch with physical device, we did'nt try with emulator. It's due to the "nativescript-firebase" plugin when we use the messaging module (app notifications). When we disable the messaging module, incremental builds works fine, and app run correctly. JavaScript error: |
@Sauvetonbio Have you checked the solution from this issue: EddyVerbruggen/nativescript-plugin-firebase#1334? |
Yes, we already use this "solution", it's not working with incremental builds but only with fresh clean builds using --clean or tns cloud clean workspace. It's quite weird ... Thank you for your support, I'm very happy to develop iOS apps on windows with your cloud builds. |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
The plugin "nativescript-firebase" use FBSDKCoreKit installed via pods. Installation result error when trying with cloud builds, this pod is related to Facebook Login, it could affect others NS devs.
The following build commands failed:
Ld /tmp/builds/_/d480723adf9bab509a22b71c25e628361710f2ee/6.2.0/6.2.0/SauveTonBio/platforms/ios/DerivedData/SauveTonBio/Build/Intermediates.noindex/ArchiveIntermediates/SauveTonBio/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FBSDKCoreKit.build/Objects-normal/armv7/FBSDKCoreKit normal armv7
(1 failure)
[00:03:31.152] [ERROR] [xcode-build] ld: symbol(s) not found for architecture armv7
[xcode-build] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[00:03:32.762] [ERROR] ** ARCHIVE FAILED **
To Reproduce
tns cloud clean workspace && tns cloud run ios
You need certificate and mobile provision from Apple dev account as NS-CLI 6.2.0 can't generate it for free user.
Expected behavior
FBSDKCoreKit well installed.
Sample project
https://github.com/EddyVerbruggen/nativescript-plugin-firebase/tree/master/demo
The text was updated successfully, but these errors were encountered: