Results 3 comments of Aaron Ash

I have some installed projects using CocoaPods, as well as the Facebook SDK, and was running into this same problem. For anyone that stumbles upon a similar issue, this is...

To answer my own question, some entitlements can't be added for wildcard app IDs. I'd love to find a way to create the proper entitlements to inject a .dylib and...

It looks like Apple changed the default language context from Objective-C to Swift in a recent Xcode build :(. You can change the current context with: `settings set target.language objc`...