Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
HockeyKit/QuincyKit - bundle not added
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stefan Walkner  
View profile  
 More options Oct 19 2012, 2:53 am
From: Stefan Walkner <ste...@walkner.biz>
Date: Thu, 18 Oct 2012 23:53:50 -0700 (PDT)
Local: Fri, Oct 19 2012 2:53 am
Subject: HockeyKit/QuincyKit - bundle not added

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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Victor Ilyukevich  
View profile  
 More options Oct 19 2012, 6:06 am
From: Victor Ilyukevich <ilyukevich.vic...@gmail.com>
Date: Fri, 19 Oct 2012 13:05:48 +0300
Local: Fri, Oct 19 2012 6:05 am
Subject: Re: HockeyKit/QuincyKit - bundle not added

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?

--
Victor Ilyukevich
http://bestblog.name

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Walkner  
View profile  
 More options Oct 19 2012, 8:13 am
From: Stefan Walkner <ste...@walkner.biz>
Date: Fri, 19 Oct 2012 05:13:05 -0700 (PDT)
Local: Fri, Oct 19 2012 8:13 am
Subject: Re: HockeyKit/QuincyKit - bundle not added

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eloy Durán  
View profile  
 More options Oct 19 2012, 7:36 pm
From: Eloy Durán <eloy.de.en...@gmail.com>
Date: Sat, 20 Oct 2012 01:36:43 +0200
Local: Fri, Oct 19 2012 7:36 pm
Subject: Re: HockeyKit/QuincyKit - bundle not added

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Walkner  
View profile  
 More options Oct 22 2012, 2:08 am
From: Stefan Walkner <ste...@walkner.biz>
Date: Sun, 21 Oct 2012 23:08:02 -0700 (PDT)
Local: Mon, Oct 22 2012 2:08 am
Subject: Re: HockeyKit/QuincyKit - bundle not added

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Victor Ilyukevich  
View profile  
 More options Oct 22 2012, 5:55 am
From: Victor Ilyukevich <ilyukevich.vic...@gmail.com>
Date: Mon, 22 Oct 2012 12:54:58 +0300
Local: Mon, Oct 22 2012 5:54 am
Subject: Re: HockeyKit/QuincyKit - bundle not added

Adding resource filed to the project already implemented in cocoapods and
it is already set in SVProgressHUD spec:
https://github.com/CocoaPods/Specs/blob/master/SVProgressHUD/0.8/SVPr...

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(

Good luck!

--
Victor Ilyukevich
http://bestblog.name

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eloy Durán  
View profile  
 More options Oct 22 2012, 2:25 pm
From: Eloy Durán <eloy.de.en...@gmail.com>
Date: Mon, 22 Oct 2012 20:25:13 +0200
Local: Mon, Oct 22 2012 2:25 pm
Subject: Re: HockeyKit/QuincyKit - bundle not added

No, CP should add a script phase once, which will call the script that actually copies the resources.

On this wiki page the steps it automates are outlined: https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-u... (See #7.)

On Oct 22, 2012, at 8:08 AM, Stefan Walkner <ste...@walkner.biz> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Walkner  
View profile  
 More options Oct 23 2012, 2:37 am
From: Stefan Walkner <ste...@walkner.biz>
Date: Mon, 22 Oct 2012 23:37:47 -0700 (PDT)
Local: Tues, Oct 23 2012 2:37 am
Subject: Re: HockeyKit/QuincyKit - bundle not added

@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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eloy Durán  
View profile  
 More options Oct 23 2012, 2:16 pm
From: Eloy Durán <eloy.de.en...@gmail.com>
Date: Tue, 23 Oct 2012 20:16:26 +0200
Local: Tues, Oct 23 2012 2:16 pm
Subject: Re: HockeyKit/QuincyKit - bundle not added

> @Eloy - what does that mean? Is it expected behavior that I have to add the bundle by myself or not?

No it is not. CP has to do that.

> I tried it with a fresh project and I'm seeing the exact same behavior. What is the right thing to do here?

Is this HockeyKit or QuincyKit? And which version of CP do you have?

Btw, I thought you had to use HockeySDK nowadays? (Which I recently used and worked for me.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »