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
POD Install
A-Mac-mini:SwiftParseChat-master A $ pod install
Updating local specs repositories
CocoaPods 0.39.0 is available.
To update use: sudo gem install cocoapods
Until we reach version 1.0 the features of CocoaPods can and will change.
We strongly recommend that you use the latest version at all times.
Convert to Latest Swift Syntax ? -> Convert -> Next
Select targets to Convert
Choose (1) Alamofire.framework
(2) Pods.framework
(3) SwiftParseChat.app
(4) SwiftParseChatTests.xctest then Next -> Save
Error
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: /Users/A/Library/Developer/Xcode/DerivedData/SwiftParseChat-azxetnbtlujdalcjoqglmhpwpjsd/Build/Intermediates/SwiftMigration/SwiftParseChat/Products/Debug-iphonesimulator/SwiftParseChat.app/Frameworks/Alamofire.framework/Alamofire (No such file or directory)
But still fews of Syntax Issues of from Objective-C to Swift Code.
E.g.
// kCFBundleExecutableKey as NSString
let executable: AnyObject = info[NSString] ?? "Unknown"
I hope some one will advise me to close the case asap.
Thanks and best regards
The text was updated successfully, but these errors were encountered:
I did the steps following
A-Mac-mini:SwiftParseChat-master A $ pod install
Updating local specs repositories
CocoaPods 0.39.0 is available.
To update use:
sudo gem install cocoapods
Until we reach version 1.0 the features of CocoaPods can and will change.
We strongly recommend that you use the latest version at all times.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
Analyzing dependencies
Downloading dependencies
Using Alamofire (1.2.0)
Generating Pods project
Integrating client project
Sending stats
A-Mac-mini:SwiftParseChat-master A$
Choose (1) Alamofire.framework
(2) Pods.framework
(3) SwiftParseChat.app
(4) SwiftParseChatTests.xctest then Next -> Save
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: /Users/A/Library/Developer/Xcode/DerivedData/SwiftParseChat-azxetnbtlujdalcjoqglmhpwpjsd/Build/Intermediates/SwiftMigration/SwiftParseChat/Products/Debug-iphonesimulator/SwiftParseChat.app/Frameworks/Alamofire.framework/Alamofire (No such file or directory)
then Follow this
6. http://stackoverflow.com/questions/25817479/cannot-install-alamofire-in-new-xcode-project-no-such-module-alamofire
But still fews of Syntax Issues of from Objective-C to Swift Code.
E.g.
// kCFBundleExecutableKey as NSString
let executable: AnyObject = info[NSString] ?? "Unknown"
I hope some one will advise me to close the case asap.
Thanks and best regards
The text was updated successfully, but these errors were encountered: