Build error on iOS (Non Cocoapod)
See original GitHub issueI using Non Cocoapod & put frameworks under ios/Frameworks folder. Any Idea?
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_SKPaymentQueue", referenced from: objc-class-ref in FirebaseAnalytics(FIRAInAppPurchaseTransactionReporter_51b6624ff1330bf43a3ed7d9ba76e1ba.o) "_OBJC_CLASS_$_SKProductsRequest", referenced from: objc-class-ref in FirebaseAnalytics(FIRAProductsRequest_b9979194c8f29313114f911734ebc0e8.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Trouble with installing cocoapods | Apple Developer Forums
ERROR : Failed to build gem native extension. current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/ ...
Read more >Flutter build iOS error CocoaPods not installed. Skipping pod ...
2 Done installing documentation for cocoapods after 2 seconds 1 gem installed But when I try to do: Build -> Flutter -> Build...
Read more >Flutter build iOS error CocoaPods not installed. Skipping pod ...
When I do sudo gem install cocoapods I got: ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the / ......
Read more >CocoaPods installation failure when building for iOS
CocoaPods installation failure when building for iOS · 1. Right-click on the folder with the assembled build and click the "New Terminal at ......
Read more >Troubleshooting - CocoaPods Guides
Check if the pod header files are correctly symlinked in Pods/Headers and you are not overriding the HEADER_SEARCH_PATHS (see #1). · Make sure...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vinXpro @niocncn Took me like 4 hours to fix this. Build phases > Link binary with libraries > Add StoreKit.framework
same here