cocoa - Swift cocoapods with custom workspace -
Cunts start getting this job I want this file structure:
myApp - .git - myApp.xcworkspace - myApp / myApp - myApp / myAppTests - myApp / myApp.xcodeproj - Podfile - Podfile.lock - Pod / - Pods / Pods.xcodeproj - ...
This looks a bit neat.
Podfile content:
xcodeproj 'myApp /myApp.xcodeproj' workspace 'myApp.xcworkspace' platform: iOS, '7.0' source 'https://github.com /CocoaPods/Specs.git 'pod' Facebook-iOS-SDK ',' ~ & gt; 3.19 '
I run Pod installs in the root wall - I get a notification on the exode that some other applications modified my workspace:
- if I press the current ("Pod Install" modified workspace) I do not have a Foads project in my workspace.
- If I want to return I get the
dir
pod project in my root, but when I#import & lt; FacebookSDK / FacebookSDK.h & gt;
YourBridging-Header.h
file - this can not solve the path toFacebookSDK files.
Any thoughts that I am missing? Is there somewhere in Xcode that I want to modify the path to the Pod project?
Comments
Post a Comment