Code Monkey home page Code Monkey logo

public-fox-ios-sdk's People

Contributors

czkinjo-ro avatar czshuitsuhi avatar cztorii avatar czwuwei avatar hiraga-tsuyoshi avatar itsuhi-shu avatar tomotaken avatar

Stargazers

 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

public-fox-ios-sdk's Issues

Wrong instructions

Hi I followed your instruction to install the foxsdk.
So I put the following lines in my podfile:
FoxVersion = " Master "
pod " FoxSdk " , : Podspec => " Https://Github.Com/cyber-z/public-fox-ios-sdk/raw/ # { FoxVersion } /Cocoapods/foxSdk.Podspec "

First of all you need to get rid of those extra spaces otherwise you will get following error:

!] Invalid Podfile file: syntax error, unexpected ':'
pod " FoxSdk " , : Podspec => " Https://Github....
^. Updating CocoaPods might fix the issue.

So after editing the settings it looks like this:
FoxVersion = "Master"
pod "FoxSdk" , :Podspec => "https://Github.Com/cyber-z/public-fox-ios-sdk/raw/#{FoxVersion}/Cocoapods/foxSdk.Podspec"
and then ran:
$ pod install

and I got this error:
[!] Failed to fetch podspec for FoxSdk at https://github.com/cyber-z/public-fox-ios-sdk/raw/master/cocoapods/foxsdk.podspec.
Error: 404 Not Found

So I realized that everything should be in lower case so I changed it and when I ran pod install I got this error:
URI::InvalidURIError - bad URI(is not URI?): https://github.com/cyber-z/public-fox-ios-sdk/raw/#{foxVersion}/cocoapods/foxSdk.podspec

Then I decided to ignore your variable settings and directly define a URI as follow:
pod 'foxSdk', :podspec => 'https://github.com/cyber-z/public-fox-ios-sdk/raw/master/cocoapods/foxSdk.podspec'

Before try to install the page I opened the URI in my browser and it clearly opened the 1.16.2 sepcs for that sdk.

So I happily ran:
$pod install

It installed everything but when I checked my project, I realized that I'm still running 1.15.2 (the old version that I had before).

It is frustrating...
Can you:

  1. Fix the wrong installation configs here
  2. Tell me why it does not install the latest version?

Thank you.

File name conflicts with standard library.

You are using Notify.h that you made but Apple supplies notify.h in standard.
If Notify.h of fox is there, I can't use #import <notify.h>.
In accordance with customary practice, you should use prefix like FOXNotify.h.

Thanks.

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.