tomkowz / Swifternalization

Localize iOS apps in a smarter way using JSON files. Swift framework.
MIT License
579 stars 47 forks source link

Xcode8 + Carthage #26

Open OmarCaf opened 8 years ago

OmarCaf commented 8 years ago

I try with latest version and compile process fail, see below details:

\ BUILD FAILED **

The following build commands failed: Check dependencies (1 failure) A shell task (/usr/bin/xcrun xcodebuild -project /Users/omarcafini/Documents/Code/ksenia-user/Carthage/Checkouts/Swifternalization/Swifternalization.xcodeproj -scheme Swifternalization -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65: \ CLEAN FAILED **

lfarah commented 8 years ago

Would love to see this lib compatible with Swift 3 too...

OmarCaf commented 8 years ago

@lfarah you can try this repo: https://github.com/JackieQi/Swifternalization with branch "swift3".

If you use Carthage this is the row to add: github "JackieQi/Swifternalization" "swift3"

tomkowz commented 8 years ago

@OmarCaf, @lfarah - I'll work on this in next two weeks. Too much stuff going on right now and can't find time for migration.

TheCoordinator commented 8 years ago

@tomkowz Any chance on getting this up to date with Swift 3?

tomkowz commented 8 years ago

@lfarah, @OmarCaf, @peymankh - The swift3 compatible version is on swift3 branch. No pod available yet. I am working on making it work but have some codesign issues.

OmarCaf commented 8 years ago

ok thank you @tomkowz