Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

iOS Cant build RN 0.60 duplicate symbol _OBJC_METACLASS_$_SSZipArchive in: #1672

@rendomnet

Description

@rendomnet

Expected Behavior

Successfull build

Actual Behavior

**/ios/build/**/Build/Products/Debug-iphonesimulator/libCodePush.a(SSZipArchive.o)
**/ios/build/**/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(SSZipArchive.o)
ld: 271 duplicate symbols for architecture x86_64
clang: error:
linker command failed with exit code 1 (use -v to see invocation)


** BUILD FAILED **


The following build commands failed:
	Ld **/ios/build/dailyhero/Build/Products/Debug-iphonesimulator/** normal x86_64
(1 failure)

I have added also
react-native.config.js

module.exports = {
  assets: ['react-native-vector-icons'],
  dependencies: {
    'react-native-code-push': {
      platforms: {
        ios: null,
        android: null,
      },
    },
  },
};

Environment

  • react-native-code-push version: 5.7.0
  • react-native version: 0.60.5
  • iOS/Android/Windows version: iOS
  • Does this reproduce on a debug build or release build? debug
  • Does this reproduce on a simulator, or only on a physical device? simulator

(The more info the faster we will be able to address it!)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions