I added QuincyKit and HockeyKit via CocoaPods to my project, but when I launch my app in the NSLog it says that the bundles are missing. I had to manually add them to my app's project file. Is there any way to avoid this?
At first please try to determine which exactly pod was added with error.
Try to add only one of these libraries to new empty project. Try to
compile. If everything is ok - try with an other library.
Thanks.
On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz> wrote:
> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I
> launch my app in the NSLog it says that the bundles are missing. I had to
> manually add them to my app's project file. Is there any way to avoid this?
Maybe I wasn't clear enough; no error is shown when adding the pod; it's just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't added to the project file, so Xcode doesn't know about these bundles.
These leads to a different behaviour, i.e. images aren't shown (SVProgressHUD), localization doesn't work or no dialog is shown. After manually adding the .bundle-files to the Xcode project (from the file system) everything works as expected.
Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
> At first please try to determine which exactly pod was added with error. > Try to add only one of these libraries to new empty project. Try to > compile. If everything is ok - try with an other library.
> Thanks.
> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz<javascript:> > > wrote:
>> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I >> launch my app in the NSLog it says that the bundles are missing. I had to >> manually add them to my app's project file. Is there any way to avoid this?
> Maybe I wasn't clear enough; no error is shown when adding the pod; it's just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't added to the project file, so Xcode doesn't know about these bundles.
> These leads to a different behaviour, i.e. images aren't shown (SVProgressHUD), localization doesn't work or no dialog is shown. After manually adding the .bundle-files to the Xcode project (from the file system) everything works as expected.
> Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
> He Stefan!
> At first please try to determine which exactly pod was added with error. Try to add only one of these libraries to new empty project. Try to compile. If everything is ok - try with an other library.
> Thanks.
> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz> wrote:
> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I launch my app in the NSLog it says that the bundles are missing. I had to manually add them to my app's project file. Is there any way to avoid this?
> Does your (app) target have the right copy resources script build phase?
> On Oct 19, 2012, at 2:13 PM, Stefan Walkner <ste...@walkner.biz<javascript:>> > wrote:
> Hi Victor,
> thanks for your reply.
> Maybe I wasn't clear enough; no error is shown when adding the pod; it's > just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't > added to the project file, so Xcode doesn't know about these bundles.
> These leads to a different behaviour, i.e. images aren't shown > (SVProgressHUD), localization doesn't work or no dialog is shown. After > manually adding the .bundle-files to the Xcode project (from the file > system) everything works as expected.
> Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
>> He Stefan!
>> At first please try to determine which exactly pod was added with error. >> Try to add only one of these libraries to new empty project. Try to >> compile. If everything is ok - try with an other library.
>> Thanks.
>> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz>wrote:
>>> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I >>> launch my app in the NSLog it says that the bundles are missing. I had to >>> manually add them to my app's project file. Is there any way to avoid this?
It should copy bundle to your project. Don't know why it doesn't work for
you. Try to add only SVProgressHUD to newly created project. Unfortunately
I don't have enough time now to check it myself(
On Mon, Oct 22, 2012 at 9:08 AM, Stefan Walkner <ste...@walkner.biz> wrote:
> So I have to do that manually? If I add it to the copy resources phase it
> works; but isn't there a way to tell the Podfile to add the .bundle-files?
> Am Samstag, 20. Oktober 2012 01:36:45 UTC+2 schrieb Eloy Durán:
>> Does your (app) target have the right copy resources script build phase?
>> On Oct 19, 2012, at 2:13 PM, Stefan Walkner <ste...@walkner.biz> wrote:
>> Hi Victor,
>> thanks for your reply.
>> Maybe I wasn't clear enough; no error is shown when adding the pod; it's
>> just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't
>> added to the project file, so Xcode doesn't know about these bundles.
>> These leads to a different behaviour, i.e. images aren't shown
>> (SVProgressHUD), localization doesn't work or no dialog is shown. After
>> manually adding the .bundle-files to the Xcode project (from the file
>> system) everything works as expected.
>> Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
>>> He Stefan!
>>> At first please try to determine which exactly pod was added with error.
>>> Try to add only one of these libraries to new empty project. Try to
>>> compile. If everything is ok - try with an other library.
>>> Thanks.
>>> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz>wrote:
>>>> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I
>>>> launch my app in the NSLog it says that the bundles are missing. I had to
>>>> manually add them to my app's project file. Is there any way to avoid this?
> So I have to do that manually? If I add it to the copy resources phase it works; but isn't there a way to tell the Podfile to add the .bundle-files?
> Am Samstag, 20. Oktober 2012 01:36:45 UTC+2 schrieb Eloy Durán:
> Does your (app) target have the right copy resources script build phase?
> On Oct 19, 2012, at 2:13 PM, Stefan Walkner <ste...@walkner.biz> wrote:
>> Hi Victor,
>> thanks for your reply.
>> Maybe I wasn't clear enough; no error is shown when adding the pod; it's just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't added to the project file, so Xcode doesn't know about these bundles.
>> These leads to a different behaviour, i.e. images aren't shown (SVProgressHUD), localization doesn't work or no dialog is shown. After manually adding the .bundle-files to the Xcode project (from the file system) everything works as expected.
>> Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
>> He Stefan!
>> At first please try to determine which exactly pod was added with error. Try to add only one of these libraries to new empty project. Try to compile. If everything is ok - try with an other library.
>> Thanks.
>> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz> wrote:
>> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I launch my app in the NSLog it says that the bundles are missing. I had to manually add them to my app's project file. Is there any way to avoid this?
@Eloy - what does that mean? Is it expected behavior that I have to add the bundle by myself or not? I tried it with a fresh project and I'm seeing the exact same behavior. What is the right thing to do here?
Thanks a lot!
Am Montag, 22. Oktober 2012 20:25:18 UTC+2 schrieb Eloy Durán:
> On Oct 22, 2012, at 8:08 AM, Stefan Walkner <ste...@walkner.biz<javascript:>> > wrote:
> So I have to do that manually? If I add it to the copy resources phase it > works; but isn't there a way to tell the Podfile to add the .bundle-files?
> Am Samstag, 20. Oktober 2012 01:36:45 UTC+2 schrieb Eloy Durán:
>> Does your (app) target have the right copy resources script build phase?
>> On Oct 19, 2012, at 2:13 PM, Stefan Walkner <ste...@walkner.biz> wrote:
>> Hi Victor,
>> thanks for your reply.
>> Maybe I wasn't clear enough; no error is shown when adding the pod; it's >> just that the SVProgressHUD.bundle, Hockey.bundle, Quincy.bundle isn't >> added to the project file, so Xcode doesn't know about these bundles.
>> These leads to a different behaviour, i.e. images aren't shown >> (SVProgressHUD), localization doesn't work or no dialog is shown. After >> manually adding the .bundle-files to the Xcode project (from the file >> system) everything works as expected.
>> Am Freitag, 19. Oktober 2012 12:06:10 UTC+2 schrieb Victor Ilyukevich:
>>> He Stefan!
>>> At first please try to determine which exactly pod was added with error. >>> Try to add only one of these libraries to new empty project. Try to >>> compile. If everything is ok - try with an other library.
>>> Thanks.
>>> On Fri, Oct 19, 2012 at 9:53 AM, Stefan Walkner <ste...@walkner.biz>wrote:
>>>> I added QuincyKit and HockeyKit via CocoaPods to my project, but when I >>>> launch my app in the NSLog it says that the bundles are missing. I had to >>>> manually add them to my app's project file. Is there any way to avoid this?