Closed MentalRender closed 7 years ago
Hi @MentalRender when using CocoaPods, NativeScript generates 2 xcode project files (this is common to any standard iOS project btw), 1 .xcodeproj
file, and 1 .xcworkspace
file. Only ever open the .xcworkspace
file when working within XCode when your project has CocoaPods; it's the only way to build successfully in XCode. 👍
Hi, I have this error only when xcode build my app 😕
ld: warning: directory not found for option '-F/Users/mntlrndr/Library/Developer/Xcode/DerivedData/myApp-aderpffvcdpoooblbbmauqxaixld/Build/Products/Debug-iphoneos/SCLAlertView-Objective-C' ld: framework not found SCLAlertView_Objective_C clang: error: linker command failed with exit code 1 (use -v to see invocation)
Its perfect in my iPhone emulator (tns emulate ios). I'm use NativeScript with Angular 2. Cocoapods version:
Thanks in advance