@stib wrote:
Hi,
I updated a plugin in Ionic-v1 app and removed and added the ios platform. When I now build an Archive in Xcode the Linker complains that it can’t find three Pods. The Pod files are not in the directory the system is looking for but they are installed and the App was compiling fine before I removed and added back ios platfor
ld: warning: directory not found for option ‘-L/Users/stibrewal/Library/Developer/Xcode/DerivedData/MyApp-cgwzxyqdyechhzaljutviiyalhso/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/GoogleToolboxForMac’
ld: warning: directory not found for option ‘-L/Users/stibrewal/Library/Developer/Xcode/DerivedData/MyApp-cgwzxyqdyechhzaljutviiyalhso/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/Protobuf’
ld: warning: directory not found for option ‘-L/Users/stibrewal/Library/Developer/Xcode/DerivedData/MyApp-cgwzxyqdyechhzaljutviiyalhso/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/BuildProductsPath/Release-iphoneos/nanopb’
ld: library not found for -lGoogleToolboxForMac
My system info is as below
local packages:
Cordova Platforms : android 7.1.4 ios 4.5.5 Ionic Framework : ionic1 1.3.1
System:
Android SDK Tools : 25.2.5 ios-deploy : 1.9.0 ios-sim : 5.0.11 Node : v6.9.1 npm : 3.10.8 OS : macOS High Sierra Xcode : Xcode 10.1 Build version 10B61
I have tried doing a Pod install but doesn’t help. Don’t understand why the files are not in the place the linker is looking for them and not quite sure how to address this.
Thank you for your help/pointers.
Sanjay.
Posts: 1
Participants: 1