Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol(s) not found for architecture arm64 #41

Closed
absolutlabs opened this issue Jul 18, 2016 · 2 comments
Closed

symbol(s) not found for architecture arm64 #41

absolutlabs opened this issue Jul 18, 2016 · 2 comments

Comments

@absolutlabs
Copy link

absolutlabs commented Jul 18, 2016

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
Copy link
Member

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
Copy link
Author

it works great ! thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants