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'm building a custom Flic app in Xcode 10.1 with Swift 4.
When building, I get this error:
"Ld /Users/jose/Library/Developer/Xcode/DerivedData/FlicTrick-enxfkdrdezuxejfdetakmqjzxmua/Build/Products/Debug-iphonesimulator/FlicTrick.app/FlicTrick normal x86_64 (in target: FlicTrick)" and
"clang: error: linker command failed with exit code 1 (use -v to see invocation)"
I managed to isolate the error to this method in AppDelegate:
My app gives me the bug because it fails to link with the Flic app, when developing with the simulator.
The custom app doesn't even build for the simulator. Even importing
It seems some files were missing, I updated the repo to include these files in the xcode project so either pull down the latest changes or add the "simulator-wrapper" folder to your xcode project and it should work fine!
Hello
I'm building a custom Flic app in Xcode 10.1 with Swift 4.
When building, I get this error:
"Ld /Users/jose/Library/Developer/Xcode/DerivedData/FlicTrick-enxfkdrdezuxejfdetakmqjzxmua/Build/Products/Debug-iphonesimulator/FlicTrick.app/FlicTrick normal x86_64 (in target: FlicTrick)" and
"clang: error: linker command failed with exit code 1 (use -v to see invocation)"
I managed to isolate the error to this method in AppDelegate:
But don't know how to fix it.
My plist files looks exactly like the tutorial and ios-boilerplate-swift.
I cloned ios-boilerplate-swift and it gives the same error.
Any ideas?
Thanks, Jose.
The text was updated successfully, but these errors were encountered: