appsquickly / TyphoonRestClient

Flexible HTTP client for Objective-C and Swift
Apache License 2.0
24 stars 5 forks source link

Path error in case of Framework #19

Closed SandeepAggarwal closed 4 years ago

SandeepAggarwal commented 6 years ago

[NSBundle bundleForClass:] replaced with [NSBundle mainBundle] to fix the path errors in case of a framework.

alexgarbarev commented 6 years ago

Thanks for the input. But have you tried running test on local project? It looks like CI catch unit tests failures.

alexgarbarev commented 4 years ago

Thanks for contribution. The issue was fixed by b6cde10115681d120b26ee6cc2c952e49226296e. Closing.