CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
694 stars 64 forks source link

symbol(s) not found for architecture arm64 #41

Closed absolutlabs closed 8 years ago

absolutlabs commented 8 years ago

Hello

I read that there were several similar issues since last year but as I understand they are fixed & closed now. I think I'm missing something obvious, but I can't figure it out. :/

Here is my podfile :

platform :ios, '8.0'

plugin 'cocoapods-rome'

source 'https://github.com/CocoaPods/Specs.git'

target 'ALF' do
    pod 'AFNetworking'
end

The framework is built with pod install, I import it in my project, but then I can only launch it on the simulator. When trying to run it on the iPhone I got the errors

ld: warning: ignoring file /Users/vincent/XCode/ALF/Rome/AFNetworking.framework/AFNetworking, missing required architecture arm64 in file /Users/vincent/XCode/ALF/Rome/AFNetworking.framework/AFNetworking (2 slices)

ld: symbol(s) not found for architecture arm64

I'm using cocoapods-rome-0.5.0

Thanks for your help

neonichu commented 8 years ago

Thanks for reporting, I shipped a new release which fixes this. For simplicity's sake, it requires CocoaPods 1.1.0, though, which is currently in beta.

absolutlabs commented 8 years ago

it works great ! thank you :)