Skip to main content
added 109 characters in body
Source Link
Avijit Das
  • 300
  • 1
  • 5
  • 20

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

Project Settings

enter image description here

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

Project Settings

enter image description here

added 6 characters in body
Source Link
Avijit Das
  • 300
  • 1
  • 5
  • 20

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description hereenter image description here

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

added 88 characters in body
Source Link
Avijit Das
  • 300
  • 1
  • 5
  • 20

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

My framework WebCoreDataStaticLibrary was working fine with ios 8.3 in Xcode 6.3. After I updated to ios 9 and Xcode 7 I am not able to compile my framework. This framework contain both swift and Objective C classes.

I have converted to To Latest Swift Syntax via Xcode

In any swift classes where I have imported WebCoreDataStaticLibrary its coming Cannot import module being compiled.

import WebCoreDataStaticLibrary Cannot import module being compiled

As a result I am not able to build the framework As a result getting this fatal error.

fatal error: lipo: can't open input file: /*/Developer/Xcode/DerivedData/A3WebCoreDataStaticLibrary-ctaegtiwmwhrsdeggeswpkjvucua/Build/Products/Debug-iphonesimulator/A3WebCoreDataStaticLibrary.framework/A3WebCoreDataStaticLibrary (No such file or directory) Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure

enter image description here

edited tags
Link
Amin Negm-Awad
  • 16.7k
  • 3
  • 39
  • 50
Loading
Source Link
Avijit Das
  • 300
  • 1
  • 5
  • 20
Loading