Giter Club home page Giter Club logo

xcode-project-templates's Introduction

AFNetworking Xcode Project Templates

This Project is Discontinued (Effective 10/7/2014)

It's been reported that a bug in Xcode 6 may cause the containing directory of new projects to have their contents deleted.

Do not attempt to install or use these templates, as it may cause permanent data loss

Because of this, as well as the fact that the templates have become out-of-date, this project is hereby discontinued.

If you have any questions, don't hesitate to get in touch via Twitter

xcode-project-templates's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xcode-project-templates's Issues

Crash in XCode 6.0.1 (6A317)

I've installed Xcode-Project-Templates by alcatraz. Then I tried to create new project from this template. After I clicked "Create" XCode crashed. Folder with all repositories, which I pointed out as the root was rewritten by empty folder.

get error output in console

__NSCFData autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug

Steps to reproduce:

Use the template to create a new AF project with Core Data
close the project, run pod install
Open the project, and run the TEST button.

How can i fix this issue?

not showing in โŒ˜N

i created the path to '/Library/Developer/Xcode/Templates/Application/Project Templates/' and saw that it does not show in new project - how do install project templates to xcode

Definitions won't execute without Nodes

On a quest to get my head around Xcode Project Templates, I'm creating my own with many learnings from your project.

One thing I found here was that some of the Definitions will not be parsed/executed/handled, when they don't have a counterpart in the Nodes array. For example in the Application.xctemplate/TemplateInfo.plist there are a couple of definitions copying .gitkeep files into empty folders:

<key>Classes/Models/.gitkeep</key>
<dict>
    <key>Path</key>
    <string>gitkeep</string>
    <key>Group</key>
    <string>Models</string>
</dict>
<key>Classes/Views/.gitkeep</key>
<dict>
    <key>Path</key>
    <string>gitkeep</string>
    <key>Group</key>
    <string>Views</string>
</dict>

But this actually never happens (at least in Xcode 4.6), until you add these lines to the Nodes array:

<key>Nodes</key>
<array>
    ...
    <string>Classes/Model/.gitkeep</string>
    <string>Classes/Views/.gitkeep</string>
    ...
</array>

Maybe worth adjusting some time in the future, I didn't think it important enough to create a pull request for.

Did you by chance find a way to nest groups in the project structure from within the template, to mimic the folder structure on disk?

Cheers,
Eric.

ld: library not found CommonCrypto

I have this issue when build a the Project

ld: framework not found CommonCrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)

captura de pantalla 2014-04-08 a la s 13 18 10

I try to install CommonCrypto with pod but nothing happens

Compile error on tests

Compile error on the test target, hen writing tests against the custom subclass of the AFIncrementalStore class.

Steps to reproduce:

  • Use the template to create a new AF project
  • close the project, run pod install
  • Open the project, and go to the test class.
  • do an import of the custom store, and run the TEST button.

Now you will get this warning: 'AFIncrementalStore.h' file not found

Not able to add library when AFIncrementalStore (0.5.1) tries to activate `AFNetworking

Hi there,

After following the steps I get this error executing "pod install"

AFIncrementalStore (0.5.1) tries to activate AFNetworking (~> 1.3.2)', but already activated version2.0.0-RC2' by Podfile, AFNetworking (2.0.0-RC2), and AFNetworking (2.0.0-RC2).

I had a previous error: [!] The platform of the target Pods (iOS 5.0) is not compatible with AFNetworking (2.0.0-RC2) which has a minimum requirement of iOS 7.0 - OS X 10.9.
but I was able to solve it updating iOS version within Podfile file but now I did not find any info about this error.

Thanks

Can't install with iOS 7.0

I get this message: The platform of the target 'Pods' (iOS 5.0) is not compatible with 'AFNetworking (2.0.0-RC3)' with has a minimum requirement of iOS 6.0 - OS X 10.8. I'm targeting iOS 7.0 (Base SDK) and my OS X version is 10.8.5. What am I doing wrong?

Template location

Hi,

using Xcode 4.5.2 I don't see the /Library/Developer/Xcode/Templates/Application/Project Templates path.

The following options worked:

  • `/Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project\ Templates/``
  • ~/Library/Developer/Xcode/Templates/Application/Project Templates - but here I had to create the Templates folder, including sub-dirs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.