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
-[NSConcreteData base64EncodedStringWithSeparateLines:]: unrecognized selector sent to instance #14
Comments
|
If the library is added and the projects build without errors than it should work. You're not using it as an external library right ? |
|
I have the soomla xproj added to mine as a reference, with the library being required in the Build Phases Link Binary With Libraries. Do I need to copy everything directly into my project? I hesitate to do that since it's easier to update an external library to its latest version if it's a reference to the project. Linking to it like this worked in the first test project I made, but that was with a version of Soomla from a few months ago. But it doesn't look like anything big has changed since then. Must be something weird going on with Xcode. |
|
Copying the files into my project fixes it. I have no idea why though. If you don't intend us to include the project as a link to a library, go ahead and close this issue. :) |
|
you can reference the project and just add the |
|
Ah, thanks a bunch. :D |
|
after adding -ObjC, another problem occur. NSURLSession. I think it's because I use Xcode 4.5 for ios6. NSURLSession only available in ios7. Any suggestion? |
|
NSURLSession is introduced in iOS 7 and is much better to use. We use AFNetworking and they explain everything here: http://nshipster.com/afnetworking-2/ I suggest that you move to iOS 7. Most of your users are already there anyway. |
|
What exactly to you see with NSURLSession. Is it a compilation error ? |
When I call
Line 132 of FBEncryptorAES.m:
Gives the error in the title. I have verified that NSData-Base64.m is in the SoomlaiOSStore target, and that this library is included as a requirement for building my project.
The text was updated successfully, but these errors were encountered: