RE: cryptoswift compiler error after update to xcode9

新生 顾, modified 8 Years ago. New Member Posts: 4 Join Date: 6/23/17 Recent Posts
Hi
Can someone give some advices about LiferayScreens2.1.12(buildin CryptoSwift0.69 dependency) .
After update xcode version to 9.0,failed to build project with cryptoswift compiler error.
Wait for new fix version or change cryptoswift version manually?
thumbnail
Victor Galan, modified 8 Years ago. Regular Member Posts: 144 Join Date: 6/14/16 Recent Posts
Hey,

We are going to start migrating to swift 4, so this will be available soon,

Regards
新生 顾, modified 8 Years ago. New Member Posts: 4 Join Date: 6/23/17 Recent Posts
Roger that.
So how can i continue my work before new version released?
thumbnail
Victor Galan, modified 8 Years ago. Regular Member Posts: 144 Join Date: 6/14/16 Recent Posts
You can point to develop, it should be working with xcode9

pod 'LiferayScreens', :git => 'https://github.com/liferay/liferay-screens, :branch => 'develop'

Regards!
新生 顾, modified 8 Years ago. New Member Posts: 4 Join Date: 6/23/17 Recent Posts
tks.
i update my local cocoapods repo podspec.json,now can run again
新生 顾, modified 8 Years ago. New Member Posts: 4 Join Date: 6/23/17 Recent Posts
Someone has send me email for detail info.So here is my solution:
Go to .cocoapods folder ,and find LiferayScreens.podspec.json correspond to your version.
Next open the json file and find dependencies key,modify the cryptoswift version and pod install again.