Giter VIP home page Giter VIP logo

Comments (3)

dulmarod avatar dulmarod commented on May 22, 2024

Have a look in the issues, there is already a similar report. We are working on it.

Sent from my Android phone using Symantec TouchDown (www.symantec.com)

-----Original Message-----
From: legate [[email protected]]
Received: Friday, 12 Jun 2015, 8:29pm
To: facebook/infer [[email protected]]
Subject: [infer] iOS app build fails when using infer (#39)

When I build my app like this it succeeds: xcodebuild -workspace "foo" -scheme "bar" -configuration "baz" -sdk "iphonesimulator"

However when I use it with infer, I get a compilation error.

infer -- xcodebuild -workspace "foo" -scheme "bar" -configuration "baz" -sdk "iphonesimulator" gives me:

error: use of
'@import' when modules are disabled
@import UIKit;

Does infer affect the build process?


Reply to this email directly or view it on GitHubhttps://github.com//issues/39.

from infer.

jvillard avatar jvillard commented on May 22, 2024

Closing, duplicate of #2.

from infer.

Rosepotato avatar Rosepotato commented on May 22, 2024

I have the same problem like legate said.
When I use following command to compile, it works ok.
xcodebuild
-workspace Spond.xcworkspace
-scheme Spond
-sdk iphonesimulator8.1
-configuration Debug
-destination 'name=iPhone 6,OS=8.1'
build

But when I use infer like following, compile error happened.
command use:
infer -- xcodebuild
-workspace Spond.xcworkspace
-scheme Spond
-sdk iphonesimulator8.1
-configuration Debug
-destination 'name=iPhone 6,OS=8.1'
build

compile error:
The following build commands failed:
CompileC /Users/spond/Library/Developer/Xcode/DerivedData/Spond-eyieenlshldlysecdqubtdtimfnb/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-TapkuLibrary.build/Objects-normal/x86_64/CAAnimation+TKAnimation.o TapkuLibrary/src/TapkuLibrary/CAAnimation+TKAnimation.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC /Users/spond/Library/Developer/Xcode/DerivedData/Spond-eyieenlshldlysecdqubtdtimfnb/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pods-TapkuLibrary.build/Objects-normal/x86_64/CAKeyframeAnimation+TKAnimation.o TapkuLibrary/src/TapkuLibrary/CAKeyframeAnimation+TKAnimation.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)

from infer.

Related Issues (20)

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.