Skip to content

Commit

Permalink
Remove SDK authorization check—StandardCyborgFusion is now free for all!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thompson committed Apr 14, 2022
1 parent 574f085 commit cc31e7a
Show file tree
Hide file tree
Showing 337 changed files with 74,663 additions and 3,387 deletions.
6 changes: 3 additions & 3 deletions StandardCyborgFusion/StandardCyborgFusion.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StandardCyborgFusion'
s.version = '2.1.2'
s.version = '2.3.0'
s.summary = 'A framework that performs real time 3D reconstruction using the TrueDepth camera'
s.homepage = 'https://github.com/StandardCyborg/StandardCyborgCocoa'
s.social_media_url = 'https://twitter.com/StandardCyborg'
Expand All @@ -9,13 +9,13 @@ Pod::Spec.new do |s|
s.author = { 'Standard Cyborg' => '[email protected]' }
s.source = { :http => "https://github.com/StandardCyborg/StandardCyborgCocoa/releases/download/v#{s.version}-StandardCyborgFusion/StandardCyborgFusion.framework.zip" }

s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'ios/StandardCyborgFusion.framework'
s.ios.xcconfig = {
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/StandardCyborgFusion/ios/StandardCyborgFusion.framework/CppHeaders"'
}

s.osx.deployment_target = '10.14'
s.osx.deployment_target = '11.0'
s.osx.vendored_frameworks = 'osx/StandardCyborgFusion.framework'
s.osx.xcconfig = {
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/StandardCyborgFusion/osx/StandardCyborgFusion.framework/Versions/Current/CppHeaders"'
Expand Down

This file was deleted.

This file was deleted.

Loading

9 comments on commit cc31e7a

@wikyburns
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason it's impossible to push that version to apple store. Building and everthyng working but after the achieve the file and try to verify the version it returns an error: Code object is not signed at all.
error

@geodesicDavid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm in the same situation, have you had any luck?

@scottldouglas60
Copy link

@scottldouglas60 scottldouglas60 commented on cc31e7a May 28, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wikyburns
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Howdy !- I was able to compile/build using the latest repo.. Deleted everything, cleaned build and developer directory, new pods install….finally! Now if I could figure out how to save out a 3D file of type PLY OBJ STL I would be able to use this project in my app.

On May 28, 2022, at 1:00 AM, geodesicDavid @.***> wrote: I'm in the same situation, have you had any luck? — Reply to this email directly, view it on GitHub <cc31e7a#commitcomment-74781460>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYNQT2ZXFDRUCX4UAGE6T5TVMGZAHANCNFSM5VVUY6KQ. You are receiving this because you are subscribed to this thread.

Hi @scottldouglas60, yes it works when you try to compile/build in local, but not when you try to upload it to APPLE STORE. I found a way to do that be removing some files. You've tried to upload it to APPLE STORE/TEST FLIGHT?

@scottldouglas60
Copy link

@scottldouglas60 scottldouglas60 commented on cc31e7a May 28, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geodesicDavid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd also appreciate knowing those changes

@wikyburns
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi guys,

if you get this error when you try to upload to TestFlight, just remove those files:
image

CppHeaders/standard_cyborg/proto/math/tensor.pb.h
CppHeaders/standard_cyborg/proto/math/transform.pb.h

CppHeaders/standard_cyborg/proto/sc3d/bounding_box_label.pb.h
CppHeaders/standard_cyborg/proto/sc3d/image.pb.h
CppHeaders/standard_cyborg/proto/sc3d/imu.pb.h
CppHeaders/standard_cyborg/proto/sc3d/label_pair.pb.h
CppHeaders/standard_cyborg/proto/sc3d/label_pair_multi.pb.h
CppHeaders/standard_cyborg/proto/sc3d/landmark.pb.h
CppHeaders/standard_cyborg/proto/sc3d/perspective_camera.pb.h
CppHeaders/standard_cyborg/proto/sc3d/plane.pb.h
CppHeaders/standard_cyborg/proto/sc3d/point_cloud.pb.h
CppHeaders/standard_cyborg/proto/sc3d/point_cloud_label.pb.h
CppHeaders/standard_cyborg/proto/sc3d/point_cloud_label_multi.pb.h
CppHeaders/standard_cyborg/proto/sc3d/polygon_label.pb.h
CppHeaders/standard_cyborg/proto/sc3d/polygon_label_multi.pb.h
CppHeaders/standard_cyborg/proto/sc3d/polytine.pb.h
CppHeaders/standard_cyborg/proto/sc3d/thumbs_value.pb.h
CppHeaders/standard_cyborg/proto/sc3d/triangle_mesh.pb.h
CppHeaders/standard_cyborg/proto/sc3d/video.pb.h

CppHeaders/standard_cyborg/proto/schene_graph/scene_graph.pb.h
CppHeaders/standard_cyborg/proto/schene_graph/scene_graph_node.pb.h

After that you've to check if the scannning app works in TestFlight, if it crashes when you try to open the scanning page, just NOT SELECT any of these checkboxes.
image

Hope it helps guys!

By the other side I'm in contact with @jeffchuber trying to figure out what's happenning with that.

@geodesicDavid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion but it didn't work for me. I still get the same error message of invalid signature for tensor.pb.h despite excluding those files from the build source, deleting them, and cleaning the build folder. Let me know if i can be of any help with testing

@aaptho
Copy link
Collaborator

@aaptho aaptho commented on cc31e7a Jun 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi all, I’ve made some changes that should resolve these code signing issues. Please let me know if StandardCyborgFusion-2.3.2 still has issues, and post the to a new GitHub issue if so!

Please sign in to comment.