Discussion Forums  >  Xcode, Errors, Installing, Configuring

Replies: 17    Views: 263

teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
02/26/17 06:13 PM (7 years ago)

missing plugin

I can't seem to get my app to work on Xcode... keeps saying missing 3rd party plugin.. I have imported all the plugins... I added the custom URL plugin... but I don't see it in the plugins folder after dow loading... any ideas?
 
Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
like
02/27/17 08:00 AM (7 years ago)
All David's plugins are automatically downloaded. These are the Buzztouch Plugins. The Plugins Folder in Xcode is empty. You must drag the plugins into Xcode from the downloaded folder. I usually delete the empty Plugins folder in Xcode and then drag the Plugins folder in the downloaded project into xcode. Worked overtime. I don't recommend using the third party plugins as they have not been updated for Buzztouch 4. You will just end up with lots of errors.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/27/17 08:34 AM (7 years ago)
There are several 3rd party plugins that have been updated, but it isn't easy to tell which ones have been updated as ther isn't a standard way of showing it. For myself, I've put BT4 in the beginning of the description. Some people updated the version number to 4. You can look at https://www.buzztouch.com/plugins/
 
Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
like
02/28/17 02:27 AM (7 years ago)
Thanks! That helps
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/28/17 02:34 AM (7 years ago)
Probably obvious, but I forgot to mention the most recently updated plugins are at the top of the list.
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
02/28/17 06:51 AM (7 years ago)
Thanks for the response... Im just trying to add the header image and tab images in "menu with image" plugin and it opens in Xcode but I can't seem to get any of the pictures to actually show up... like the header image and the tab icons...
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
02/28/17 06:57 AM (7 years ago)
So I am confused... I am paying $15 per month and can't make any apps thru Buzztouch until BT4 comes out?
 
Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
like
02/28/17 07:16 AM (7 years ago)
Did you copy the images to the Xcode project?
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
02/28/17 09:17 AM (7 years ago)
BT 4 came out nearly 2 months ago. The good news is the iOS codebase is pretty solid. The plugins have been split into two sections. The core plugins, such as custom URL are now included in your download in a folder called BT_Screens. Look at it in xcode, there will be a lot of stuff in there. Your xcode project will also have a folder called BT_Plugins which is downloaded as part of the project, but it will be empty. Any 3rd party plugins that your app uses need to be dragged into your xcode project, into that BT_Plugins folder, just as before. It sounds confusing but once you've done it once or twice, it's feels natural. From what you've described, chances are a 3rd party plugin is the problem - maybe it's one that has not been updated? Also, if you are running self hosted, have you installed all the updates?
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
02/28/17 03:35 PM (7 years ago)
I did copy the images to the Xcode project... I don't think its a 3rd party plugin, I am just trying to use the menu with image plugin... just curious though when copying the image into the Xcode project where do you copy to? I know that might sound stupid as I would think its in the images folder... just trouble shooting
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
03/01/17 01:45 AM (7 years ago)
Just to let you know, I used the menu with image plugin the other day and it works fine for me, Are you remembering to restart the project after adding images,they do go in the images folder, and check that you can see the images in xcode, to make sure they have copied ok. Thanks Sean
 
Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
like
03/01/17 05:15 AM (7 years ago)
The Menu with Images plugin also works fine for me. The images must be .png or .jpg files. Only letters allowed in the name of the files. No spaces or any other characters allowed.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
03/01/17 01:54 PM (7 years ago)
Any chance you are not running the latest version of that plugin?
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
03/01/17 06:53 PM (7 years ago)
Hey caz. Make sure you have specified the menu with image plugin as your home screen on the layout tab of your apps control panel.
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
03/05/17 07:59 AM (7 years ago)
Still can't figure it out... how do you get the latest version of the plugin? I go to plugins and there is no "update" button or anything... I do have it set in the layout and all... so weird. I used to be good at this and now can't even figure out how to set a menu tab... frustrating.
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
03/06/17 12:48 PM (7 years ago)
I give!!! ha ha I can't figure this out. Anyone of you be willing to team viewer with me to see what I am missing or doing wrong?
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
03/06/17 02:25 PM (7 years ago)
Sometimes I find it is easier to start completely again. It might help if you go back to basics, do a nre download, don't use any 3rd party plugins to start, then build up your project slowly. I recently updated the original ios instructions that used to be supplied as part of the BT ios builds. I thought it might help anyone starting out and answer some of the recurring questions arising in the forums. http://bit.ly/BuzzReadme Completely unofficial but it might help.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
03/07/17 03:48 AM (7 years ago)
are your images defo in your project, i know when i started new app in xcode couple weeks ago, i put the images in but they wernt showing, they where showing up in project, as in the file names where there, but when i tried to view them in xcode, they was some kind of transfer error, i had to delete all the referances and file names, delete from project and then reinserted them, viewed them in xcode and they showed up and worked in the app.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.