You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when trying to compile to my iPhone:
ld: warning: directory not found for option '-L/Users/simplenotezy/Library/Developer/Xcode/DerivedData/MapExample-fzdeqhrhypgehsefcgoleialoxoo/Build/Products/Debug-iphoneos/Yoga'
ld: library not found for -lPods-MapExample
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas why?
The text was updated successfully, but these errors were encountered:
Did you do a pod install within the iOS folder? Also are you using the .xcworkspace file instead of the .xcodeproj file? You will need to use the .xcworkspace file now since there are cocoapods installed.
I am getting the following error when trying to compile to my iPhone:
ld: warning: directory not found for option '-L/Users/simplenotezy/Library/Developer/Xcode/DerivedData/MapExample-fzdeqhrhypgehsefcgoleialoxoo/Build/Products/Debug-iphoneos/Yoga'
ld: library not found for -lPods-MapExample
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas why?
The text was updated successfully, but these errors were encountered: